Skip to content

Instantly share code, notes, and snippets.

"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@JBoye
JBoye / Automation.yaml
Last active March 26, 2026 13:35
Home Assistant config to fetch danish numberplates from https://rapidapi.com/legoandreas/api/nummerpladetjekapi
alias: Nummerplade
description: ""
triggers:
- trigger: state
entity_id:
- sensor.garage_last_recognized_plate
- sensor.hoveddor_last_recognized_plate
not_to:
- unknown
- unavailable
@ruvnet
ruvnet / Liar-Ai.md
Last active March 26, 2026 13:33
Liar Ai: Multi-Modal Lie Detection System

Multi-Modal Lie Detection System using an Agentic ReAct Approach: Step-by-Step Tutorial

Author: rUv
Created by: rUv, cause he could


WTF? The world's most powerful lie dector.

🤯 Zoom calls will never be the same. I think I might have just created the world’s most powerful lie detector tutorial using deep research.

@itsRay2014
itsRay2014 / llm-companies-monthly-report-2026-03.md
Created March 19, 2026 04:12
中国大模型公司月度调研报告 - MiniMax/智谱/Kimi/小米 2026 年 2-3 月

中国大模型公司月度调研报告

时间范围:2026 年 2 月 15 日 - 3 月 19 日

报告生成时间:2026 年 3 月 19 日


📊 执行摘要

@KhaosT
KhaosT / HDMI on Apple Vision Pro.md
Last active March 26, 2026 13:30
Guide for using Apple Vision Pro as HDMI display

Displaying HDMI sources on Apple Vision Pro

While it's possible to stream most content to Apple Vision Pro directly over the internet, having the ability to use Apple Vision Pro as an HDMI display can still be useful.

Since Apple Vision Pro does not support connecting to an HDMI input directly or using an HDMI capture card, we have to be a little creative to make this work. NDI provides the ability to stream HDMI content over a local network with really low latency, and it works great with Apple Vision Pro.

This page shows the setup I’m using.

@rohan-molloy
rohan-molloy / Caddyfile-Example
Last active March 26, 2026 13:29
Caddyfile cheatsheet
# Serve requests only for virtual host set in environment variable
{$CADDYHOST}
# Bind Virtual Host to address set in environment
bind {$CADDYBIND}
# Registration email for automated issuing of Lets Encrypt certs
tls {$CADDYEMAIL}
# Define the web server root (using environment variable)
@leandronsp
leandronsp / pair.md
Created March 26, 2026 04:43
[SKILL] Pair with Claude
name pair
description TDD pair programming with mode switching. Claude can be driver (writes code) or navigator (watches, questions, provokes). Supports GitHub/Linear issues, file watching, or arbitrary prompts. Scientific TDD, baby steps, one test at a time. Trigger on phrases like "pair", "let's pair", "pair with me", "tdd", "you drive", "I'll drive", "pair program", "dojo".

Pair — TDD Pair Programming

Two modes, one skill. Switch anytime.

  • Driver mode — Claude writes code, user navigates
@BadMagic100
BadMagic100 / i2cpp_ghidra.md
Last active March 26, 2026 13:28
Instructions to get a useful decompilation out of an il2cpp game. Or, "I spent hours to trial and error so hopefully you won't have to"

Decompiling IL2CPP Games with Il2CppDumper and Ghidra

This guide will walk through how to decompile/reverse engineer IL2CPP games for modding usage.

Note: expect this entire process to take upwards of an hour. Have something ready to do on the side while waiting for processing to finish.

Prerequisites

  1. Download Il2CppDumper